html, body {
  height: 100%;
}

Header {
  background-color: black;
  font-family: 'Londrina Solid', cursive;
  font-size: 55px;
  padding-left: 50px;
  color: white;
}

h1 {
  font-family: 'Londrina Solid', cursive;
  font-size: 60px;
  text-align: center;
  margin-top: 2vh;
  margin-bottom: 10px;
}

h2 {
  font-family: 'Londrina Solid', cursive;
  font-size: 50px;
}

.subtext {
  margin-top: 3%;
  margin-bottom: 3%;
}

p {
  font-family: 'Karla', sans-serif;
  font-size: 20px;
}

.hr {
  background-color: black;
  height: 5px;
  margin-bottom: 1%;
}

#author {
  margin-top: 800px;
}

.space {
  margin-top: 10px;
}

footer {
  margin-top: 2%;
  min-height: 10px;
}

@media only screen and (max-width: 768px) {
  #author {
    margin-top: 0px;
  }
}
/*# sourceMappingURL=style.css.map */